home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / nShell™ 1.0.3 / MoreSource / ask.π.rsrc / ask.π.rsrc.rsrc / TEXT_16000_man general.txt next >
Encoding:
Text File  |  1994-09-22  |  640 b   |  37 lines

  1.  
  2. NAME
  3.  
  4. ask - pop a three button modal dialog
  5.  
  6. SYNOPSIS
  7.  
  8. ask [-s | -m | -l] [strings...]
  9.  
  10. DESCRIPTION
  11.  
  12. The "ask" command displays a dialog and waits for the user to press one of three buttons.  
  13.  
  14. The string parameters are concatenated within the dialog and are limited to a total of 255 characters.  If no strings are given on the command line, standard input is used.
  15.  
  16. The three buttons are: "yes", "no" and "cancel".
  17.  
  18. OPTIONS
  19.  
  20. -s    Display a small dialog
  21. -m    Display a medium dialog (default)
  22. -l    Display a large dialog
  23.  
  24. RETURN CODES
  25.  
  26. <0    Error
  27. 1    For "yes"
  28. 2    For "no"
  29. 3    For "cancel"
  30.  
  31. SEE ALSO
  32.  
  33. notify
  34.  
  35. BUGS
  36.  
  37. Strings may overrun the dialog size.